home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / v11n02.zip / RECORD3.MSC < prev    next >
Text File  |  1991-09-05  |  422b  |  14 lines

  1. #-------------------------------------------
  2. # RECORD3.MSC make file for Microsoft C 6.0
  3. #-------------------------------------------
  4.  
  5. record3.exe : record3.obj record3.def record3.res
  6.      link record3,, NUL, /nod slibcew libw win87em mmsystem, record3
  7.      rc -t record3.res
  8.  
  9. record3.obj : record3.c record3.h
  10.      cl -c -G2sw -Ow -W3 -Zp record3.c
  11.  
  12. record3.res : record3.rc record3.h
  13.      rc -r record3.rc
  14.